home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / Builders / RIBUILDR / ribuildr.h next >
Encoding:
C/C++ Source or Header  |  1998-05-01  |  3.0 KB  |  41 lines

  1. #define C_DEBUG .f.
  2. #DEFINE D_DELVIOL_LOC   "Delete restrict rule violated."
  3. #DEFINE D_INSVIOL_LOC   "Insert restrict rule violated."
  4. #DEFINE D_UPDVIOL_LOC   "Update restrict rule violated."
  5. #define d_cannotlockdbc_loc "Cannot lock the DBC. Referential integrity builder cannot run without locking the DBC."
  6. #define d_cascadechar "C"
  7. #define d_cascadeword_loc "Cascade"
  8. #define d_exclusive_loc "EXCLUSIVE"
  9. #define d_ignorechar "I"
  10. #define d_ignoreword_loc "Ignore"
  11. #define d_missingdbc_loc "No DBC open. Referential Integrity builder cannot run without an open DBC."
  12. #define d_msgtitle_loc "Referential Integrity Builder"
  13. #define d_norelations_loc "There are no relations in this DBC. Referential Integrity builder cannot run without at least one relationship."
  14. #define d_notexclusive_loc "This DBC is not open for EXCLUSIVE use. You will not be allowed to generate RI code for this DBC"
  15. #define d_overwrite2_loc "."+chr(13)+"The RI builder will "
  16. #define d_overwrite3_loc "save a copy of all stored procedure code in risp.old before making changes."+chr(13)+"Do you want to generate your "
  17. #define d_overwrite4_loc "new RI code now?"
  18. #define d_overwrite_loc "Generating will attempt to merge RI code with your non-RI stored procedures in "
  19. #define d_record_locked_loc "RECORD LOCKED"
  20. #define d_restrictchar "R"
  21. #define d_restrictword_loc "Restrict"
  22. #define d_rusureA_loc "Are you sure you want to cancel RI info changes and exit?"
  23. #define d_rusureD_loc "Do you want to save your changes, generate RI code, and exit?"
  24. #define D_Tables_Are_Buffered_loc "Referential Integrity builder cannot run with tables open and buffering on"
  25. #define D_DELTRIGCOMMENT_LOC "Referential integrity delete trigger for"
  26. #define D_DELTRIGCOMMENTEND_LOC "End of Referential integrity Delete trigger for"
  27. #define D_UPDTRIGCOMMENT_LOC "Referential integrity update trigger for"
  28. #define D_UPDTRIGCOMMENTEND_LOC "End of Referential integrity Update trigger for"
  29. #define D_INSTRIGCOMMENT_LOC "Referential integrity insert trigger for"
  30. #define D_INSTRIGCOMMENTEND_LOC "End of Referential integrity insert trigger for"
  31. #define D_NOSETMULTIOFF .T.
  32. #DEFINE d_nokcancel 1
  33. #define D_ncancel 2
  34. #define d_ok 0
  35. #define d_cr chr(13)
  36. #define d_operators_loc "!@#$%^&*()-+=></.,"
  37. #define d_expressionbasedcascade_loc "Cascade updates that are based on expression-based index keys, may not behave as expected. The system has identified expression-based keys in the following relationships:"+chr(13)+chr(13)
  38. #define d_expressionbasedcascade2_loc chr(13)+"Select Ok to continue with RI code generation. (Note: You can override the generated __ri_update_* code by creating stored procedures of the same name, and including those stored procedures AFTER the end of the generated RI code.)"
  39. #define C_VERSION  "6.0" &&Version use use by PSS -- hold mouse down for 1 second on Help button
  40. #define D_CleanupFirst_loc "The Referential Integrity builder cannot run until your database is first cleaned up. With your database open in the Database Designer, select the Clean Up Database item from the Database menu."
  41.